.details-foot{
    background:#f5f7f9;
    /*border-top: 1px solid #dfe4ea;*/
    padding-top: 0.1rem;
}
.details-foot p{
    text-align: center;
    height: 0.28rem;
    line-height: 0.28rem;
    padding-top: 0.34rem;
    margin-bottom: 0.34rem;
}
.details-foot p i{
    color: #7d88a4;
    font-size: 0.4rem;
}
.details-foot p label{
    color: #7c87a3;
    font-size: 0.36rem;
    margin-right: 0.84rem;
}
.details-foot p a{
    vertical-align: top;
    color: #969696;
    font-size: 0.24rem;
}
.details-foot #service-phone{
    display: block;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #157efb;
    font-size: 0.24rem;
    text-align: center;
}
.details-foot #service-phone i{
    color: #157efb;
    font-size: 0.24rem;
    vertical-align: baseline;
    margin: 0 0.1rem;
}
.details-foot .label{
    font-family: SFProDisplay-Regular;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #157efb;
    font-size: 0.24rem;
}
.details-foot ul{
    font-size: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #636363;
    display: -webkit-box;
    text-align: center;
    margin: 0.36rem 0 0.3rem 0;
}
.details-foot ul.ul_1{
    margin: 0.16rem 0 0.3rem 0;
}
.details-foot ul li{
    -webkit-box-flex: 1;
}
.details-foot ul li i{
    display: inline-block;
    width: 0.11rem;
    height: 1px;
    background: #7c87a3;
    vertical-align: middle;
    float: right;
    margin-top: 0.1rem;
}
.details-foot ul li a{
    color: #636363;
}
.details-foot .copyright{
    display: block;
    font-size: 0.2rem;
    color: #969696;
    text-align: center;
    padding-bottom: 0.2rem;
}

/*footer样式*/
.footer{
    width: 100%;
    height:auto;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: rgba(255,255,255,0.9);
}
.footnav{
    position: relative;
    height: 1.06rem;
}
.footnav ul{
    display: -webkit-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    width: 100%;
    border-top: solid 1px #d8dee5;
    height: 1.06rem;
}
.footnav li{
    -webkit-box-flex: 1;
    display: block;
}
.footnav li i{
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    margin: 0.08rem auto 0 auto;
}
.footnav li a{
    color: #000;
    font-size: 0.2rem;
}
.footnav li.current a{
    color: #0d7ffb;
}
.footnav li i.f-icon1{
    background-image: url(../../img/footnav/icon11.png);
    background-size: 0.5rem 0.5rem;

    background-repeat: no-repeat;
}
.footnav li.current a .f-icon1{
    background-image: url(../../img/footnav/icon12.png);
}
.footnav li i.f-icon2{
    background-image: url(../../img/footnav/icon21.png);
    background-size: 0.5rem 0.5rem;

    background-repeat: no-repeat;
}
.footnav li.current a .f-icon2{
    background-image: url(../../img/footnav/icon22.png);
}
.footnav li i.f-icon3{
    background-image: url(../../img/footnav/icon31.png);
    background-size: 0.5rem 0.5rem;

    background-repeat: no-repeat;
}
.footnav li.current a .f-icon3{
    background-image: url(../../img/footnav/icon32.png);
}
.footnav li i.f-icon4{
    background-image: url(../../img/footnav/icon41.png);
    background-size: 0.5rem 0.5rem;

    background-repeat: no-repeat;
}
.footnav li.current a .f-icon4{
    background-image: url(../../img/footnav/icon42.png);
}
.footnav li i.f-icon5{
    background-image: url(../../img/footnav/icon51.png);
    background-size: 0.5rem 0.5rem;

    background-repeat: no-repeat;
}
.footnav li.current a .f-icon5{
    background-image: url(../../img/footnav/icon52.png);
}
/*footer样式结束*/
/*未登录-详情-底部*/
/*未登录详情-当前位置样式*/
.present-pos{
    height: 0.46rem;
    padding: 0.14rem 0.25rem 0 0.25rem;
    font-size: 0.24rem;
    color: #969696;
    border-bottom: solid 1px #d7dde4;
    border-top: solid 1px #dfe4ea;
    margin-top: -1px;
    text-align: left!important;
}
.present-pos a{
    color: #636363;
    display: inline-block;
}
.present-pos label{
    max-width: 3.5rem;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}
@media screen and (max-width:320px){
    .present-pos label{
        width: 3.6rem;
    }
}
.index-unlog-foot{
    background: #f5f7f9;
    font-weight: normal;
}
.index-unlog-foot p{
    padding: 0.38rem 1.3rem;
    text-align: center;
    overflow: hidden;
}
.index-unlog-foot p.login_box a{
    width: 2.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    font-size: 0.24rem;
    display: inline-block;
}
.index-unlog-foot p.login_box a.login{
    background: transparent;
    border: solid 1px #7c87a3;
    color: #7c87a3;
    float: left;
}
.index-unlog-foot p.login_box a.register{
    background: #7c87a3;
    border: solid 1px #7c87a3;
    color: #fff;
    float: right;
}
.index-unlog-foot input#register{
    background: #7c87a3;
    border: solid 1px #7c87a3;
    color: #fff;
}
.index-unlog-foot #service-phone{
    display: block;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #157efb;
    font-size: 0.24rem;
    text-align: center;
}
.index-unlog-foot #service-phone i{
    color: #157efb;
    font-size: 0.24rem;
    vertical-align: baseline;
    margin: 0 0.1rem;
}
.index-unlog-foot #service-phone .label{
    font-family: SFProDisplay-Regular;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #157efb;
    font-size: 0.24rem;
}
.index-unlog-foot ul{
    font-size: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #636363;
    display: -webkit-box;
    text-align: center;
    margin: 0.36rem 0 0.3rem 0;
}
.index-unlog-foot ul li{
    -webkit-box-flex: 1;
}
.index-unlog-foot ul li i{
    display: inline-block;
    width: 0.11rem;
    height: 1px;
    background: #7c87a3;
    vertical-align: middle;
    float: right;
    margin-top: 0.1rem;
}
.index-unlog-foot ul li a{
    color: #636363;
}
.index-unlog-foot .copyright{
    display: block;
    font-size: 0.2rem;
    color: #969696;
    text-align: center;
    padding-bottom: 0.2rem;
}
/*底部未登录 提示登录样式*/
.open_member_blue{
    width:100%;
    background: #f5f5f5;
    height: 1rem;
    border-top:1px solid #d7dde4;
}
.open_member_blue i{
    float: left;
    font-size: 0.24rem;
    color: #2288ff;
    margin: 0.19rem 0 0 0.2rem;
}
.open_member_blue p{
    float: left;
    font-size: 0.24rem;
    font-weight: 500;
    color: #2288ff;
    width: 3.4rem;
    line-height: 0.36rem;
    margin: 0.12rem 0 0 0.17rem;
    text-align: left;
}
.open_member_blue button{
    width:3rem;
    height: 1rem;
    float: right;
    background: #2288ff;
    font-size: 0.3rem;
    color: #fff;
    border:0;
    outline: none;
    font-weight: 500;
}
.index-unlog-foot input.login{
    background: transparent;
    border: solid 1px #7c87a3;
    margin-right: 0.5rem;
    color: #7c87a3;
}
.index-unlog-foot input.register{
    background: #7c87a3;
    border: solid 1px #7c87a3;
    color: #fff;
}
.index-unlog-foot p input {
    width: 2.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    font-size: 0.24rem;
    display: inline-block;
}